projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36922b1
)
(polling_for_input): Declared.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Aug 1994 19:59:18 +0000
(19:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Aug 1994 19:59:18 +0000
(19:59 +0000)
src/keyboard.h
patch
|
blob
|
history
diff --git
a/src/keyboard.h
b/src/keyboard.h
index 6ef25b88f320e6e46ff28de475f6c98b8d742e4d..52e6c1d54f56cc6b50ee8b08a6ea9f1c9e35c3db 100644
(file)
--- a/
src/keyboard.h
+++ b/
src/keyboard.h
@@
-26,6
+26,9
@@
extern int num_nonmacro_input_chars;
/* Nonzero means polling for input is temporarily suppressed. */
extern int poll_suppress_count;
+/* Nonzero if polling_for_input is actually being used. */
+extern int polling_for_input;
+
/* Keymap mapping ASCII function key sequences onto their preferred forms.
Initialized by the terminal-specific lisp files. */
extern Lisp_Object Vfunction_key_map;